Fix workspace_swap doc drift in fabric-development-process.md#36
Merged
Conversation
… pass PR #34 made .env mandatory for swap-to-feature, removed the interactive prompt fallback, removed the value-set-priority shortcut, and added a case-sensitive YES confirmation. PR #35 moved that confirmation into the chat UI for slash-command invocations. fabric-development-process.md still described the old behavior in three spots. Updates: - Step 4 (swap-to-feature): drop the 'or prompts if .env is missing' claim; add the YES confirmation step; add the recovery pass step. - Local .env Setup section: replace 'falls back to interactive prompt' + 'value set is source of truth' with the new model (.env always authoritative for swap-to-feature; value set used by swap-to-dev and the recovery pass; YES confirmation gate). - Copilot Chat section: note that /swap-to-feature moves the YES confirmation into the chat UI. Tests: 185 pass (no script changes).
This was referenced May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #34 hardened workspace_swap.py (mandatory .env, removed interactive prompt fallback, removed value-set-priority shortcut, added YES confirmation, added self-heal recovery pass) and PR #35 moved that confirmation into the chat UI for slash-command invocations. The developer process doc still described the old behavior in three places. This PR brings the doc back in sync.
Changes (1 file, ~10 lines)
/swap-to-featuremoves the YES confirmation into the chat UI.Why now
This branch is being PRed alongside the cluster of swap-related changes (PR #34, PR #35) on the next dev \u2192 test \u2192 main promotion. Better to ship the doc with the matching behavior than to leave a known-wrong doc on
main.Tests
185 unit tests still pass (no script changes).